Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub SetAllocatedSlotIndexes( _ ByVal startSlotIndexes() As Integer, _ ByVal slotCounts() As Integer _ ) |
C# | |
---|---|
public abstract void SetAllocatedSlotIndexes( int[] startSlotIndexes, int[] slotCounts ) |
C++/CLI | |
---|---|
public: abstract void SetAllocatedSlotIndexes( array<int>^ startSlotIndexes, array<int>^ slotCounts ) |
Parameters
- startSlotIndexes
- Array of zero-based slot indexes for each contiguous set of slots allocated to this physical signal.
- slotCounts
- Array of the number of slots for each contiguous set of slots allocated to this physical signal.
This method allows entry of complex and non-contiguous slot allocations. For simpler single contiguous allocations, use SetAllocatedSlotIndexes(Int32,Int32) Inspect the results of GetAllocatedSlotIndexes to see the current set of slot indexes allocated to this physical signal.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)